From c3a2e78b5610abbf6f83b46d8be55f20ddf52d83 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 19 Aug 2016 18:32:22 +0200 Subject: [PATCH] docs(manifest): Remove 1.11 reference --- src/doc/manifest.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index f38f4826b..675841784 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -527,10 +527,9 @@ name = "..." crate-type = ["dylib"] # could be `staticlib` as well ``` -The available options are `dylib`, `rlib`, `staticlib`, and, as of Rust 1.11, -`cdylib`. You should only use this option in a project. Cargo will always -compile packages (dependencies) based on the requirements of the project that -includes them. +The available options are `dylib`, `rlib`, `staticlib`, and `cdylib`. You +should only use this option in a project. Cargo will always compile packages +(dependencies) based on the requirements of the project that includes them. You can read more about the different crate types in the [Rust Reference Manual](https://doc.rust-lang.org/reference.html#linkage) -- 2.30.2